crypto/x509.policyGraph.leafWithPolicy (method)
4 uses
crypto/x509 (current package)
verify.go#L1382: func (pg *policyGraph) leafWithPolicy(policy OID) *policyGraphNode {
verify.go#L1574: if matching := pg.leafWithPolicy(OID{der: []byte(issuerStr)}); matching != nil {
verify.go#L1576: } else if matching := pg.leafWithPolicy(anyPolicyOID); matching != nil {
verify.go#L1631: if currentAny := pg.leafWithPolicy(anyPolicyOID); currentAny != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)